/*Banner*/ .banner{ width: 1280px; margin: 0 auto; position: relative; z-index: 0; background-color: #FFF } .banner .items{ width: 1280px; height: 340px; position: relative; overflow: hidden; } .banner .item{ position: absolute; top: 0; left: 0; display: none; } .banner .item:first-of-type{ display: block; } .banner img{ width: 1280px; height: 340px; display: block; } .banner .tags{ position: absolute; text-align: right; right: 80px; bottom: 22px; } .banner .tag{ display: inline-block; border-radius: 50%; background: #FFF; opacity: 0.8; width: 15px; height: 15px; margin-left: 13px; } .banner .tag.now{ opacity: 1; background: #1876AD; } .news{ width: 1158px; padding: 28px 61px 72px; margin: 0 auto; font-weight: lighter; background-color: #FFF } .news .lanmu{ position: relative; margin-top: 17px; margin-bottom: 17px; } .news .lanmu .text{ font-size: 26px; font-weight: lighter; } .news .lanmu .cline{ width: 54px; height: 3px; } .news .lanmu .cline div{ width: 17px; height: 3px; float: left; margin-right: 1px; } .news .lanmu .more{ display: block; width: 72px; height: 24px; border: 1px solid rgba(154,154,154,0.55); font-size: 15px; text-align: center; line-height: 19px; color: #9F9F9F; position: absolute; right: 0px; top: 10px; } .news .lanmu .more span{ font-size: 30px; vertical-align: -3px; } .news .l_news{ float: left; width: 768px; } .news .l_news .item{ float: left; width: 370px; } .news .l_news .item:first-of-type{ margin-right: 28px; } .news .l_news .img{ margin-bottom: 20px; } .news .l_news img{ width: 370px; height: 217px; display: block; } .news .l_news .img:after{ content:""; display:block; width: 100%; height:5px; background:#cd6780; } .news .l_news .item:first-child .img:after{ background:#7dbbd4; } .news .l_news .title{ color: #1E1E1E; font-size: 18px; height: 50px; margin-bottom: 18px } .news .l_news .content{ color: #636363; font-size: 15px; height: 64px; margin-bottom: 14px; } .news .l_news .date{ color: #868686; font-size: 14px; line-height: 24px; float: left; } .news .l_news .readmore{ float: right; } .news .l_news .readmore a{ color: #1876AD; font-size: 14px; line-height: 24px; text-decoration: underline; } .news .r_news{ float: right; width: 326px; } .news .r_news .item{ border-bottom: 1px #C2C2C2 dashed; height: 50px; padding-bottom: 18px; margin-bottom: 18px; } .news .r_news .item:last-of-type{ border-bottom: none; padding-bottom: 0px; margin-bottom: 0px; } .news .r_news .date{ float: left; font-weight: normal; } .news .r_news .day{ font-size: 24px; color: #1A91CF; } .news .r_news .month{ font-size: 16px; color: #1A91CF; margin-top: -5px; } .news .r_news .title{ padding-top:2px; float: right; font-size: 17px; color: #282828; width: 278px; } .news .r_news .title a { color: #282828; }